home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MACD 5
/
MACD 5.bin
/
workbench
/
tools
/
czesc_3
/
parex
/
parexscripts
/
remapctrl.pxs
< prev
next >
Wrap
Text File
|
1993-11-24
|
1KB
|
31 lines
; PARex v3.xx script: "PAREX:RemapCTRL.pxs"
; ~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~
; Update: 13-Nov-93
; $VER: RemapCTRL.pxs 39.001 (13.11.93) PARex v3.xx script for RemapCTRL.
; AmigaDOS v1.x->v2.x AmigaDOS v2.x->v1.x
REPL \e[31m BY \e[32m CASE FIXCASE ; white foreground black foreground
REPL \e[32m BY \e[31m CASE FIXCASE ; black " white "
REPL \e[41m BY \e[42m CASE FIXCASE ; white background black background
REPL \e[42m BY \e[41m CASE FIXCASE ; black " white "
EXITPXS ; just let PARex know it can stop reading the script from here...
; --Comments--
| Conversion table: |
|----------|----------|----------|
| CTRL: | OS v1.xx | OS v2.xx |
|----------|----------|----------|
| \e[31m | white fg | black fg |
|----------|----------|----------|
| \e[32m | black fg | white fg |
|----------|----------|----------|
| \e[41m | white bg | black bg |
|----------|----------|----------|
| \e[42m | black fg | white bg |
|----------|----------|----------|